Main Page Modules Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages
tut_01_init.cpp File Reference
Tutorial 01 - engine initialization, spinning triangle, text.
More...
#include <cstdio>
#include <cmath>
#include <crtdbg.h>
#include <windows.h>
#include <ZMouse.h>
#include "Destiny3D.hpp"
#include "deRender.hpp"
#include "deDriver.hpp"
#include "deCamera.hpp"
#include "deProfile.hpp"
#include "deFont.hpp"
#include "deMesh.hpp"
#include "deScene.hpp"
#include "deSurface.hpp"
Include dependency graph for tut_01_init.cpp:
Detailed Description
Tutorial 01 - engine initialization, spinning triangle, text.
- Author:
- Assassin
This file is the intellectual property of Novus Delta, LLC.. Usage of the contents of this file is subject to the Destiny3D Member License which can be found at http://www.destiny3d.com. Any other usage is prohibited.
This file is distributed "AS IS" without warranty of any kind. Novus Delta, LLC. does not guarantee the fitness of the contents of this file for any particular purpose.
Copyright (C) 2001-2003 Novus Delta, LLC. All Rights Reserved.
Change History
- Date:
- July 2004
- Author:
- Assassin
- Remarks:
- Creation
Define Documentation
| #define DRIVER_NAME ("Direct3D9")
|
|
| #define FRAMESCOUNTED (50)
|
|
| #define VIEW_FULLSCREEN (false)
|
|
| #define VIEW_HEIGHT (600)
|
|
| #define WINDOW_BORDER (true)
|
|
| #define WINDOW_HEIGHT (600)
|
|
| #define WINDOW_WIDTH (800)
|
|
Function Documentation
Generated on Mon Sep 12 20:11:37 2005 for Destiny3D by
1.3-rc3